1,276 research outputs found

    Investigation of the robustness of star graph networks

    Full text link
    The star interconnection network has been known as an attractive alternative to n-cube for interconnecting a large number of processors. It possesses many nice properties, such as vertex/edge symmetry, recursiveness, sublogarithmic degree and diameter, and maximal fault tolerance, which are all desirable when building an interconnection topology for a parallel and distributed system. Investigation of the robustness of the star network architecture is essential since the star network has the potential of use in critical applications. In this study, three different reliability measures are proposed to investigate the robustness of the star network. First, a constrained two-terminal reliability measure referred to as Distance Reliability (DR) between the source node u and the destination node I with the shortest distance, in an n-dimensional star network, Sn, is introduced to assess the robustness of the star network. A combinatorial analysis on DR especially for u having a single cycle is performed under different failure models (node, link, combined node/link failure). Lower bounds on the special case of the DR: antipode reliability, are derived, compared with n-cube, and shown to be more fault-tolerant than n-cube. The degradation of a container in a Sn having at least one operational optimal path between u and I is also examined to measure the system effectiveness in the presence of failures under different failure models. The values of MTTF to each transition state are calculated and compared with similar size containers in n-cube. Meanwhile, an upper bound under the probability fault model and an approximation under the fixed partitioning approach on the ( n-1)-star reliability are derived, and proved to be similarly accurate and close to the simulations results. Conservative comparisons between similar size star networks and n-cubes show that the star network is more robust than n-cube in terms of ( n-1)-network reliability

    Instrumentation of YSZ oxygen sensor calibration in lead-bismuth eutectic

    Full text link
    Although liquid lead-bismuth eutectic (LBE) is a good candidate for the coolant in the subcritical transmutation blanket, it is also known to be very corrosive to stainless steel, the material of the carrying tubes and the containers. Such a corrosion problem can be prevented by producing and maintaining a protective oxide layer on the exposed surface of stainless steel. Proper formation of the oxide layer critically depends on the accurate measurement and control of the oxygen concentration (tens of ppb levels) in the liquid LBE. An Oxygen Sensor Calibration/Measurement Apparatus is designed and built to deliberately calibrate the Yttria Stabilized Zirconia (YSZ) oxygen sensor. A detailed description of this system with main components and their functions is presented. Some calibration results have been done and is presented and analyzed here. Analysis on the characteristics of this YSZ sensor and the effectiveness of the calibration apparatus are also discussed

    Optimizing Sparse Matrix-Matrix Multiplication on a Heterogeneous CPU-GPU Platform

    Get PDF
    Sparse Matrix-Matrix multiplication (SpMM) is a fundamental operation over irregular data, which is widely used in graph algorithms, such as finding minimum spanning trees and shortest paths. In this work, we present a hybrid CPU and GPU-based parallel SpMM algorithm to improve the performance of SpMM. First, we improve data locality by element-wise multiplication. Second, we utilize the ordered property of row indices for partial sorting instead of full sorting of all triples according to row and column indices. Finally, through a hybrid CPU-GPU approach using two level pipelining technique, our algorithm is able to better exploit a heterogeneous system. Compared with the state-of-the-art SpMM methods in cuSPARSE and CUSP libraries, our approach achieves an average of 1.6x and 2.9x speedup separately on the nine representative matrices from University of Florida sparse matrix collection
    corecore